home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sunserver1.aston.ac.uk!usenet
- From: leepc@aston.ac.uk (PC LEE)
- Subject: C++ DOS problems : BEGINNER
- X-Nntp-Posting-Host: botswana.aston.ac.uk
- Message-ID: <DM3Hzr.D8E@aston.ac.uk>
- Sender: usenet@aston.ac.uk
- Reply-To: leepc@aston.ac.uk
- Organization: Aston University
- Date: Thu, 1 Feb 1996 11:45:27 GMT
-
- Hi,
-
- I am writting an app that rather large. I have a class inheritence
- that its at max 5 classes deep. when I call a procedure it creates
- an instance of this class and the machine hangs. I assume it is
- due to the 64K data/text size limit in DOS. I have dynaically
- allocated as much memory as possible to the far heap and have used
- huge pointers in the array that it the problem. If I reduce the
- dimension of this array the problem goes away. However, I need
- the array to be bigger than it is.
-
- Any assistence gratefully received, In dire trouble.
-
- Thanks
- PC
-
-
-
-
-